summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: ab80d0cc1ce58b69a911800f8f60fb98753090dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
lib_LTLIBRARIES = libcamsrcjpegenc-hw.la

includelibcamsrcjpegenc_hwdir = $(includedir)/camsrcjpegenc

libcamsrcjpegenc_hw_la_SOURCES = camsrcjpegenc-hw-e3250.c

libcamsrcjpegenc_hw_la_CFLAGS = -I$(srcdir)/include \
                                $(GLIB_CFLAGS) \
                                $(CAMSRCJPEGENC_CFLAGS)

libcamsrcjpegenc_hw_la_LIBADD = $(GLIB_LIBS) \
                                $(CAMSRCJPEGENC)

if USE_DLOG
libcamsrcjpegenc_hw_la_CFLAGS += $(DLOG_CFLAGS)\
                                 -DUSE_DLOG

libcamsrcjpegenc_hw_la_LIBADD += $(DLOG_LIBS)
endif