diff options
author | Carl Worth <cworth@cworth.org> | 2003-04-21 12:41:30 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-04-21 12:41:30 +0000 |
commit | 8d930fee2c5c5434084fabb7852d7921223fc5d3 (patch) | |
tree | 7ec1c9d737ed0e8d52f34102893620729c90377c | |
parent | ee738deaf6ff2cf7391d813876241b389a0dedaf (diff) |
Added Makefile.am
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | Makefile.am | 8 |
2 files changed, 8 insertions, 1 deletions
@@ -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 |