diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-13 07:28:02 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-13 07:28:02 +0000 |
commit | 9c370ec68d2606468296efc1f0a093c036e8d7ff (patch) | |
tree | d5b31fd32a8e9025704ebcf29f0d7f97938dd24d /src/Makefile.am | |
parent | 7b45eec97e390d8c8124b0a95b83ff7614903979 (diff) |
Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
API.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 678879d..a8b592d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,10 @@ lib_LTLIBRARIES=libSM.la -AM_CFLAGS= -I${top_srcdir}/include $(SM_CFLAGS) +AM_CFLAGS= -I${top_srcdir}/include $(SM_CFLAGS) $(XTRANS_CFLAGS) libSM_la_LDFLAGS = -version-info 6:1:0 -no-undefined -libSM_la_LIBADD = $(SM_LIBS) +libSM_la_LIBADD = $(SM_LIBS) $(XTRANS_LIBS) libSM_la_SOURCES = \ SMlibint.h \ |