[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libwacom 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,004 kB
  • ctags: 777
  • sloc: sh: 11,084; ansic: 2,789; makefile: 76
file content (17 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
lib_LTLIBRARIES=libwacom.la

AM_CPPFLAGS = $(GLIB_CFLAGS) -DDATADIR="\"$(datadir)/libwacom\"" -DG_LOG_DOMAIN="\"$(PACKAGE)\""

libwacom_la_SOURCES = \
                      libwacom.h \
                      libwacomint.h \
                      libwacom.c \
                      libwacom-error.c \
		      libwacom-database.c

libwacom_la_LIBADD = $(GLIB_LIBS)

libwacom_la_LDFLAGS = -version-info $(LIBWACOM_LT_VERSION) -export-symbols-regex '^libwacom_'

libwacomincludedir = $(includedir)/libwacom-1.0/libwacom/
libwacominclude_HEADERS = libwacom.h