X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/53c3a8fa16351f35b7b7d359c81dfbe36ab04444..3383ef4d30b3fb1057e21f5598d3128b9afbe34d:/apt-inst/makefile?ds=sidebyside diff --git a/apt-inst/makefile b/apt-inst/makefile index af887bba8..5601cd9e6 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -14,13 +14,13 @@ include ../buildlib/libversion.mak # The library name LIBRARY=apt-inst -MAJOR=1.5 +MAJOR=2.0 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) LIBRARYDEPENDS=$(LIB)/libapt-pkg.so -SOURCE = $(wildcard *.cc */*.cc) -HEADERS = $(addprefix apt-pkg/,$(notdir $(wildcard *.h */*.h))) +SOURCE = $(sort $(wildcard *.cc */*.cc)) +HEADERS = $(addprefix apt-pkg/,$(notdir $(sort $(wildcard *.h */*.h)))) include $(LIBRARY_H)