summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-04-21 12:41:30 +0000
committerCarl Worth <cworth@cworth.org>2003-04-21 12:41:30 +0000
commit8d930fee2c5c5434084fabb7852d7921223fc5d3 (patch)
tree7ec1c9d737ed0e8d52f34102893620729c90377c
parentee738deaf6ff2cf7391d813876241b389a0dedaf (diff)
Added Makefile.am
-rw-r--r--.cvsignore1
-rw-r--r--Makefile.am8
2 files changed, 8 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index a3c1c12c..490f131a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,5 +1,4 @@
Makefile
-Makefile.am
Makefile.in
aclocal.m4
config.cache
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..a8d4d2d8
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,8 @@
+SUBDIRS = . src
+
+EXTRA_DIST = \
+ COPYING \
+ Xr.pc.in
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = Xr.pc