diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:16:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:16:31 +0200 |
commit | 0bafcbe779a9e0a3de17a13277e5170e3dc6cce5 (patch) | |
tree | 4594e41efde5791536a841f87ea4238900444304 /libcommon/common | |
parent | 0c370d056fe0848c8a9cf11c48e423f3f2e97264 (diff) |
Use global flags to get tidier object file names
Diffstat (limited to 'libcommon/common')
-rw-r--r-- | libcommon/common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcommon/common/Makefile.am b/libcommon/common/Makefile.am index 6712eaa..67ebcef 100644 --- a/libcommon/common/Makefile.am +++ b/libcommon/common/Makefile.am @@ -8,5 +8,5 @@ libcommon_la_SOURCES = __path__(sources) __path__(headers) EXTRA_DIST = __file__(extra_dist) -libcommon_la_CPPFLAGS= -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' -DLIBCOMMON_DYNAMIC_LIB -libcommon_la_LDFLAGS = -no-undefined -rpath '$(libdir)' +AM_CPPFLAGS= -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' -DLIBCOMMON_DYNAMIC_LIB +AM_LDFLAGS = -no-undefined -rpath '$(libdir)' |