diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3a590916..d6445ed3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -195,6 +195,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ +MOC = @MOC@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ @@ -207,8 +208,14 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PO4A = @PO4A@ POSUB = @POSUB@ +QtCore_CFLAGS = @QtCore_CFLAGS@ +QtCore_LIBS = @QtCore_LIBS@ +QtGui_CFLAGS = @QtGui_CFLAGS@ +QtGui_LIBS = @QtGui_LIBS@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -287,7 +294,7 @@ dist_bin_SCRIPTS = aptitude-create-state-bundle aptitude-run-state-bundle MANPAGE_LOCALES = gl it pl TLMANPAGES = $(wildcard $(srcdir)/aptitude.??.8) TLHELPTXTS = help.txt $(wildcard $(srcdir)/help-??.txt) $(wildcard $(srcdir)/help-??_??.txt) -TLDEFAULTS = $(wildcard aptitude-defaults.??) $(wildcard aptitude-defaults.??_??) +TLDEFAULTS = $(wildcard $(srcdir)/aptitude-defaults.??) $(wildcard $(srcdir)/aptitude-defaults.??_??) EXTRA_DIST = config.rpath ChangeLog.SVN Doxyfile.in FAQ README.i18n README.SMART-POINTERS README.THREADS README.CWIDGET aptitude-hackers-guide.txt aclocal.m4 \ function_groups function_pkgs aptitude-defaults \ section-descriptions \ |