diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-22 18:08:40 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-22 18:08:40 +0200 |
commit | 43b08986a8aa0464566716f6fe0d510e96cd77bf (patch) | |
tree | a8252ad0d7d188057f6fc3491a83ee947a6907ae /lib/Makefile.am | |
parent | da83a562e1fd81402a39b7c3edfdc413fa860d8c (diff) | |
download | librpm-tizen-43b08986a8aa0464566716f6fe0d510e96cd77bf.tar.gz librpm-tizen-43b08986a8aa0464566716f6fe0d510e96cd77bf.tar.bz2 librpm-tizen-43b08986a8aa0464566716f6fe0d510e96cd77bf.zip |
Use rpmConfigDir() for finding our popt alias file
- this allows popt aliases to be reliably available in tests
- why do we have the popt initialization done twice?
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index dbd204bd4..025452d3d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,7 +11,7 @@ AM_CPPFLAGS += -DLOCALEDIR="\"$(localedir)\"" AM_CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\"" AM_CPPFLAGS += -DLOCALSTATEDIR="\"$(localstatedir)\"" AM_CPPFLAGS += -DRPMCONFIGDIR="\"@RPMCONFIGDIR@\"" -AM_CPPFLAGS += -DLIBRPMALIAS_FILENAME="\"@RPMCONFIGDIR@/rpmpopt-${VERSION}\"" +AM_CPPFLAGS += -DLIBRPMALIAS_FILENAME="\"rpmpopt-${VERSION}\"" check_PROGRAMS = CLEANFILES = |