File: Makefile.am

package info (click to toggle)
clutils 20031216-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,348 kB
  • ctags: 540
  • sloc: sh: 7,191; cpp: 4,128; makefile: 192
file content (15 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
lib_LTLIBRARIES = FrenchGreeter.la
FrenchGreeter_la_LDFLAGS= \
	-module \
	-no-undefined \
	-avoid-version \
	-L$(top_builddir)/src

FrenchGreeter_la_LIBADD= \
	-lclutils

INCLUDES=-I$(top_srcdir)/src

FrenchGreeter_la_SOURCES =\
	FrenchGreeter.cpp \
	FrenchGreeter.h