-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
56 lines (44 loc) · 1.05 KB
/
Makefile.am
File metadata and controls
56 lines (44 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Makefile.am
# AMR 28/04/07
SUBDIRS = po
localedir=$(datadir)/locale
AM_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" -Wall $(GTK2_CFLAGS) $(HAL_CFLAGS)
bin_PROGRAMS = camcardsync
camcardsync_SOURCES = \
camcardsync.cpp \
camsession.cpp \
camsession.h \
configdb.cpp \
configdb.h \
daystamp.h \
fileext.cpp \
fileext.h \
exclusions.cpp \
exclusions.h \
fileexteditor.cpp \
fileexteditor.h \
gettext.h \
halgetmountpoint.cpp \
halgetmountpoint.h \
imagefile.cpp \
imagefile.h \
mainwindow.cpp \
mainwindow.h \
pathsupport.cpp \
pathsupport.h \
searchpath.h \
prefsdialog.cpp \
prefsdialog.h \
progress.h \
progresstext.h \
progressbar.cpp \
progressbar.h \
debug.cpp \
debug.h
camcardsync_LDADD = \
$(LIBINTL) $(LIBM_LIBS) $(GETOPT_LIBS) $(JPEG_LIBS) $(PNM_LIBS) $(TIFF_LIBS) $(LCMS_LIBS) $(GTK2_LIBS) $(HAL_LIBS)
desktopdir = $(datadir)/applications
desktop_DATA = camcardsync.desktop
icondir = $(datadir)/icons/hicolor/48x48/apps
icon_DATA = camcardsync.png
EXTRA_DIST = camcardsync.desktop camcardsync.png COPYING README TODO NEWS