]> sigrok.org Git - libsigrokdecode.git/commitdiff
Add contrib/sigrok-logo-notext.png.
authorUwe Hermann <redacted>
Sat, 9 Feb 2013 20:07:53 +0000 (21:07 +0100)
committerUwe Hermann <redacted>
Sat, 9 Feb 2013 20:58:38 +0000 (21:58 +0100)
This is used in the generated Doxygen HTML output.

Makefile.am
configure.ac
contrib/Makefile.am [new file with mode: 0644]
contrib/sigrok-logo-notext.png [new file with mode: 0644]

index b8d93601005fcebb003bc4237e9f069168338fcd..f6163629dc27cd8e22aa93c16981f2fd56c945ba 100644 (file)
@@ -20,7 +20,7 @@
 
 ACLOCAL_AMFLAGS = -I autostuff
 
 
 ACLOCAL_AMFLAGS = -I autostuff
 
-SUBDIRS = decoders
+SUBDIRS = contrib decoders
 
 lib_LTLIBRARIES = libsigrokdecode.la
 
 
 lib_LTLIBRARIES = libsigrokdecode.la
 
index 6105da23a4f336180426b30a5540043681ec016f..aef209a3e5084e12acf515e9be07d3c1158e69a1 100644 (file)
@@ -150,6 +150,7 @@ AC_SUBST(SRD_PACKAGE_VERSION)
 AC_CONFIG_FILES([Makefile
                 sigrokdecode.h
                 libsigrokdecode.pc
 AC_CONFIG_FILES([Makefile
                 sigrokdecode.h
                 libsigrokdecode.pc
+                contrib/Makefile
                 decoders/Makefile
                 decoders/avr_isp/Makefile
                 decoders/can/Makefile
                 decoders/Makefile
                 decoders/avr_isp/Makefile
                 decoders/can/Makefile
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644 (file)
index 0000000..887f2ac
--- /dev/null
@@ -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 (file)
index 0000000..a3ca65f
Binary files /dev/null and b/contrib/sigrok-logo-notext.png differ