mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
update: makefile.am
This commit is contained in:
parent
d9ff0bf728
commit
2a013d2348
@ -29,6 +29,6 @@
|
||||
#define DS_VERSION_MAJOR 1
|
||||
#define DS_VERSION_MINOR 2
|
||||
#define DS_VERSION_MICRO 0
|
||||
#define DS_VERSION_STRING "1.2.0" "RC4"
|
||||
#define DS_VERSION_STRING "1.2.0-RC4"
|
||||
|
||||
#endif
|
||||
|
@ -20,7 +20,12 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I autostuff
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I/usr/include/glib-2.0
|
||||
|
||||
export AM_CPPFLAGS
|
||||
|
||||
|
||||
SUBDIRS = hardware input output tests
|
||||
|
||||
@ -45,6 +50,7 @@ libsigrok4DSL_la_LIBADD = \
|
||||
hardware/libsigrok4DSLhardware.la \
|
||||
input/libsigrok4DSLinput.la \
|
||||
output/libsigrok4DSLoutput.la
|
||||
|
||||
|
||||
libsigrok4DSL_la_LDFLAGS = $(SR_LIB_LDFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user