diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 12:13:14 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 12:13:14 +0200 |
commit | 44768215d390b5e4f792c2a0c2e69c4476d26f9c (patch) | |
tree | eb2746256d4eb131af6ba6d6ca7e2165e64ff1bf /Makefile.am | |
parent | 0e43d3b5705d8cb33cb74817d2808aa9996c0241 (diff) | |
download | rpm-44768215d390b5e4f792c2a0c2e69c4476d26f9c.tar.gz rpm-44768215d390b5e4f792c2a0c2e69c4476d26f9c.tar.bz2 rpm-44768215d390b5e4f792c2a0c2e69c4476d26f9c.zip |
Revert yesterday's patch (we're not ready for it).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Makefile.am b/Makefile.am index 54121254e..6a6942781 100644 --- a/Makefile.am +++ b/Makefile.am @@ -339,45 +339,3 @@ doxygen @WITH_APIDOCS_TARGET@: Doxyfile rpmpopt-@VERSION@ rm -rf $@ $(MKDIR_P) $@ - [ X"@__DOXYGEN@" != Xno ] && @__DOXYGEN@ - -check_PROGRAMS += tdbi -tdbi_CPPFLAGS = -I$(top_srcdir)/rpmdb \ - -I$(top_srcdir) \ - -I$(top_srcdir)/build \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/rpmio \ - @WITH_BEECRYPT_INCLUDE@ \ - @WITH_POPT_INCLUDE@ \ - -I$(top_srcdir)/misc \ - @WITH_SQLITE3_INCLUDE@ \ - @WITH_LIBELF_INCLUDE@ -tdbi_SOURCES = rpmdb/tdbi.c -tdbi_LDADD = rpmdb/librpmdb.la - -check_PROGRAMS += tjfn -tjfn_CPPFLAGS = -I$(top_srcdir)/rpmdb \ - -I$(top_srcdir) \ - -I$(top_srcdir)/build \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/rpmio \ - @WITH_BEECRYPT_INCLUDE@ \ - @WITH_POPT_INCLUDE@ \ - -I$(top_srcdir)/misc \ - @WITH_SQLITE3_INCLUDE@ \ - @WITH_LIBELF_INCLUDE@ -tjfn_SOURCES = rpmdb/tjfn.c -tjfn_LDADD = rpmdb/librpmdb.la @WITH_BEECRYPT_LIB@ - -EXTRA_PROGRAMS = tsql -tsql_SOURCES = rpmdb/tsql.c -tsql_CPPFLAGS = -I$(top_srcdir)/rpmdb \ - -I$(top_srcdir) \ - -I$(top_srcdir)/build \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/rpmio \ - @WITH_BEECRYPT_INCLUDE@ \ - @WITH_POPT_INCLUDE@ \ - -I$(top_srcdir)/misc \ - @WITH_SQLITE3_INCLUDE@ \ - @WITH_LIBELF_INCLUDE@ -tsql_LDADD = rpmdb/librpmdb.la |