X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibid3tag;h=ccfecc71c3723014bb1522374892f5c594dbf36b;hb=c955ae653ae8421621c49092fd3057ed99e0a4b1;hp=bf81aab22fd650b36f07b5c6cd9d7070738a4352;hpb=fcc535236fe6178d68007ece7793746320549b61;p=ipfire-2.x.git diff --git a/lfs/libid3tag b/lfs/libid3tag index bf81aab22f..ccfecc71c3 100644 --- a/lfs/libid3tag +++ b/lfs/libid3tag @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 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 # @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install