diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:46:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:46:50 +0000 |
commit | 3dfd0ca9ef1ab98477502e78a3066a814e527cb8 (patch) | |
tree | 57fdefc5ace90a87ea632f23fafc109f0ed0fd49 /lib/libSM/Makefile.am | |
parent | 4867c786a6a757d7ad51be6e56031ab3308e9f8b (diff) |
import from X.Org 7.2RC1
Diffstat (limited to 'lib/libSM/Makefile.am')
-rw-r--r-- | lib/libSM/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libSM/Makefile.am b/lib/libSM/Makefile.am new file mode 100644 index 000000000..713eddfb2 --- /dev/null +++ b/lib/libSM/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS=src + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = sm.pc + +EXTRA_DIST=sm.pc.in |