X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fattr;h=2794ad69f58bdf301926631062ba0b22d93936b3;hp=a7c0ab8a3fa9121d6ef9d29f79bbb32e5057f228;hb=68a3ec7d6a25ba4bde14e886889c28bd4a3841ff;hpb=5e8b836225227470fb16971ebf54b76c354e55ea diff --git a/lfs/attr b/lfs/attr index a7c0ab8a3f..2794ad69f5 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)