blob: 5df8673691ed2e8e90d16d369f3d1f44da684781 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = include src
#LINKOPTS = -lusb
AM_CFLAGS = -std=gnu99
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
pcdata_DATA= libgsmd.pc
pcdatadir= $(libdir)/pkgconfig
EXTRA_DIST= $(pcdata_DATA)
|