summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-06-13 11:16:42 +0000
committerNikolai Kondrashov <spbnick@gmail.com>2010-06-13 11:16:42 +0000
commitcee93eacd170d5a330fa090a38e47500887760d2 (patch)
treed5baed21df40e87c8e1cf4fcdf57b65f27a99028 /Makefile.am
downloadusbhid-dump-cee93eacd170d5a330fa090a38e47500887760d2.tar.gz
Committing first sketches of hid-dump.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..1f54ce3
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,23 @@
+# Copyright (C) 2009-2010 Nikolai Kondrashov
+#
+# This file is part of hid-dump.
+#
+# Hid-dump is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Hid-dump is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with hid-dump; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+SUBDIRS = include lib src
+
+dist_noinst_SCRIPTS = bootstrap
+
+ACLOCAL_AMFLAGS = -I m4