summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 17:33:22 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 17:33:22 -0700
commit79563f207e6290a34b28aca46a7709d0a4b9840d (patch)
treedaaf50e3afac4be24bd5eaa05d6ed72783ac9d12 /Makefile.am
downloaddmxproto-upstream.tar.gz
dmxproto-upstream.tar.bz2
dmxproto-upstream.zip
Imported Upstream version 2.3.1upstream/2.3.1upstream
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6883b29
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,20 @@
+dmxdir = $(includedir)/X11/extensions
+dmx_HEADERS = \
+ dmx.h \
+ dmxproto.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = dmxproto.pc
+
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL