diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-17 11:49:44 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-17 11:49:44 +0200 |
commit | 4760b61dcce9869c6371d56519248a0aef91c0a9 (patch) | |
tree | c6bb685f378ee5aba2944d26a0df811a767fdf49 /extensions | |
parent | edffd033360fc76eafaaf8631725057577540c7a (diff) |
merge PL and LIBTPL libs together
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 72d9678..75d68ac 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = \ noinst_LTLIBRARIES = libtpl-extensions-convenience.la libtpl_extensions_convenience_la_LIBADD = \ - @LIBTPL_LIBS@ + @TPL_LIBS@ gen_headers = \ _gen/cli-misc.h \ @@ -78,7 +78,7 @@ libtpl_extensions_la_LDFLAGS = \ -version-info "$(TPL_EXT_LT_CURRENT)":"$(TPL_EXT_LT_REVISION)":"$(TPL_EXT_LT_AGE)" endif # ENABLE_PUBLIC_EXTENSIONS -AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@ +AM_CFLAGS = $(ERROR_CFLAGS) @TPL_CFLAGS@ # Generated stuff |