File: Makefile.am

package info (click to toggle)
photoprint 0.4.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,568 kB
  • ctags: 4,517
  • sloc: cpp: 46,643; sh: 10,360; ansic: 4,755; makefile: 543; sed: 16
file content (21 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CFLAGS = -Wall
AM_CXXFLAGS = -Wall $(GP_CFLAGS) $(GTK2_CFLAGS)

noinst_LTLIBRARIES = libgp_cppsupport.la

libgp_cppsupport_la_SOURCES = 		\
	gprintersettings.cpp	\
	gprintersettings.h	\
	printoutput.cpp	\
	printoutput.h	\
	printerqueueswrapper.cpp	\
	printerqueueswrapper.h	\
	gprinter.cpp	\
	gprinter.h	\
	printoutputselector.cpp \
	printoutputselector.h


libgp_cppsupport_la_LDFLAGS = -static

EXTRA_DIST =