diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | contrib/Makefile.am | 22 | ||||
-rw-r--r-- | contrib/sigrok-logo-notext.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..a3ca65f --- /dev/null +++ b/contrib/sigrok-logo-notext.png |