forked from Ivasoft/DSView
rename project for upgrade
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libsigrok4DSLogic project.
|
||||
## This file is part of the libsigrok4DSL project.
|
||||
##
|
||||
## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
|
||||
## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
||||
@@ -24,11 +24,11 @@ AM_CPPFLAGS = -I$(top_srcdir)
|
||||
|
||||
SUBDIRS = hardware input output tests
|
||||
|
||||
lib_LTLIBRARIES = libsigrok4DSLogic.la
|
||||
lib_LTLIBRARIES = libsigrok4DSL.la
|
||||
|
||||
libsigrok4DSLogic_la_SOURCES = \
|
||||
libsigrok4DSL_la_SOURCES = \
|
||||
backend.c \
|
||||
device.c \
|
||||
dsdevice.c \
|
||||
session.c \
|
||||
session_file.c \
|
||||
session_driver.c \
|
||||
@@ -41,20 +41,20 @@ libsigrok4DSLogic_la_SOURCES = \
|
||||
error.c \
|
||||
std.c
|
||||
|
||||
libsigrok4DSLogic_la_LIBADD = \
|
||||
libsigrok4DSL_la_LIBADD = \
|
||||
$(LIBOBJS) \
|
||||
hardware/libsigrok4DSLogichardware.la \
|
||||
input/libsigrok4DSLogicinput.la \
|
||||
output/libsigrok4DSLogicoutput.la
|
||||
hardware/libsigrok4DSLhardware.la \
|
||||
input/libsigrok4DSLinput.la \
|
||||
output/libsigrok4DSLoutput.la
|
||||
|
||||
libsigrok4DSLogic_la_LDFLAGS = $(SR_LIB_LDFLAGS)
|
||||
libsigrok4DSL_la_LDFLAGS = $(SR_LIB_LDFLAGS)
|
||||
|
||||
library_includedir = $(includedir)/libsigrok4DSLogic
|
||||
library_includedir = $(includedir)/libsigrok4DSL
|
||||
library_include_HEADERS = libsigrok.h proto.h version.h
|
||||
noinst_HEADERS = libsigrok-internal.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libsigrok4DSLogic.pc
|
||||
pkgconfig_DATA = libsigrok4DSL.pc
|
||||
|
||||
EXTRA_DIST = Doxyfile README.devices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user