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 /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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b509b6082..cd7a70c9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/misc AM_CPPFLAGS += @WITH_LIBELF_INCLUDE@ AM_CPPFLAGS += -DLOCALEDIR="\"$(localedir)\"" AM_CPPFLAGS += -DRPMCONFIGDIR="\"@RPMCONFIGDIR@\"" -AM_CPPFLAGS += -DLIBRPMALIAS_FILENAME="\"@RPMCONFIGDIR@/rpmpopt-${VERSION}\"" +AM_CPPFLAGS += -DLIBRPMALIAS_FILENAME="\"rpmpopt-${VERSION}\"" pkginclude_HEADERS = nodist_pkginclude_HEADERS = |