X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fattr;h=2794ad69f58bdf301926631062ba0b22d93936b3;hp=a7c0ab8a3fa9121d6ef9d29f79bbb32e5057f228;hb=7739c2dbaa8f4b6e19e01875f843c1b4dc23819f;hpb=846571ac8455c663fc75b0970eb76c4a92eea3be diff --git a/lfs/attr b/lfs/attr index a7c0ab8a3..2794ad69f 100644 --- a/lfs/attr +++ b/lfs/attr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -73,11 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure cd $(DIR_APP) && make cd $(DIR_APP) && make install - # Install libattr - cp $(DIR_APP)/libattr/.libs/libattr.so* /usr/lib - cp $(DIR_APP)/libattr/libattr.la /usr/lib - # Install includes -# -mkdir /usr/include/attr -# cp -f $(DIR_APP)/include/*.h /usr/include/attr + cd $(DIR_APP) && make install-lib + cd $(DIR_APP) && make install-dev @rm -rf $(DIR_APP) @$(POSTBUILD)