summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-02-09 21:07:53 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-02-09 21:58:38 +0100
commit5d24bb216924e92c25202fc7f48dd0bcc5b88655 (patch)
tree00ee4a56eaba6020bd10d00f3e27a13139357e90
parentc1507ca92d4161f7895993988f70f6549a9f7f7a (diff)
downloadlibsigrokdecode-5d24bb216924e92c25202fc7f48dd0bcc5b88655.tar.gz
libsigrokdecode-5d24bb216924e92c25202fc7f48dd0bcc5b88655.zip
Add contrib/sigrok-logo-notext.png.
This is used in the generated Doxygen HTML output.
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--contrib/Makefile.am22
-rw-r--r--contrib/sigrok-logo-notext.pngbin0 -> 8637 bytes
4 files changed, 24 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b8d9360..f616362 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
ACLOCAL_AMFLAGS = -I autostuff
-SUBDIRS = decoders
+SUBDIRS = contrib decoders
lib_LTLIBRARIES = libsigrokdecode.la
diff --git a/configure.ac b/configure.ac
index 6105da2..aef209a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,6 +150,7 @@ AC_SUBST(SRD_PACKAGE_VERSION)
AC_CONFIG_FILES([Makefile
sigrokdecode.h
libsigrokdecode.pc
+ contrib/Makefile
decoders/Makefile
decoders/avr_isp/Makefile
decoders/can/Makefile
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644
index 0000000..887f2ac
--- /dev/null
+++ b/contrib/Makefile.am
@@ -0,0 +1,22 @@
+##
+## This file is part of the libsigrokdecode project.
+##
+## Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de>
+##
+## This program 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.
+##
+## This program 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 this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+EXTRA_DIST = sigrok-logo-notext.png
+
diff --git a/contrib/sigrok-logo-notext.png b/contrib/sigrok-logo-notext.png
new file mode 100644
index 0000000..a3ca65f
--- /dev/null
+++ b/contrib/sigrok-logo-notext.png
Binary files differ