summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-13 07:28:02 +0000
committerKeith Packard <keithp@keithp.com>2005-07-13 07:28:02 +0000
commit9c370ec68d2606468296efc1f0a093c036e8d7ff (patch)
treed5b31fd32a8e9025704ebcf29f0d7f97938dd24d /src
parent7b45eec97e390d8c8124b0a95b83ff7614903979 (diff)
downloadxorg-lib-libSM-9c370ec68d2606468296efc1f0a093c036e8d7ff.tar.gz
Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
API.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
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 \