aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/Makefile.am
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-07-14 01:25:20 +0200
committerMihai Moldovan <ionic@ionic.de>2017-07-14 01:25:20 +0200
commit5796ac64427755b255db91c9b902e387e0ea68fc (patch)
treeadf3a76db11fc7d20c6c800e47ecd6d10acfef4b /nxcompshad/Makefile.am
parent622360ea2ec9cde354aece445e4b9fb4b7664eea (diff)
parent59e829f3647005a6c93662adfbcea36e27a993d8 (diff)
downloadnx-libs-5796ac64427755b255db91c9b902e387e0ea68fc.tar.gz
nx-libs-5796ac64427755b255db91c9b902e387e0ea68fc.tar.bz2
nx-libs-5796ac64427755b255db91c9b902e387e0ea68fc.zip
Merge branch 'sunweaver-pr/nxcompshad-autoreconf' into 3.6.x
Attributes GH PR #474: https://github.com/ArcticaProject/nx-libs/pull/474
Diffstat (limited to 'nxcompshad/Makefile.am')
-rw-r--r--nxcompshad/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/nxcompshad/Makefile.am b/nxcompshad/Makefile.am
new file mode 100644
index 000000000..f3666a08a
--- /dev/null
+++ b/nxcompshad/Makefile.am
@@ -0,0 +1,21 @@
+SUBDIRS = src
+
+pkgconfig_DATA = nxcompshad.pc
+
+MAINTAINERCLEANFILES = \
+ $(srcdir)/autom4te.cache/* \
+ $(srcdir)/build-aux/* \
+ $(srcdir)/Makefile.in \
+ $(srcdir)/src/Makefile.in \
+ $(srcdir)/aclocal.m4 \
+ $(srcdir)/config.h.in \
+ $(srcdir)/config.h.in~ \
+ $(srcdir)/configure \
+ $(srcdir)/m4/libtool.m4 \
+ $(srcdir)/m4/lt~obsolete.m4 \
+ $(srcdir)/m4/ltoptions.m4 \
+ $(srcdir)/m4/ltsugar.m4 \
+ $(srcdir)/m4/ltversion.m4 \
+ $(NULL)
+
+DISTCLEANFILES=$(MAINTAINERCLEANFILES)