File: Makefile.am

package info (click to toggle)
sweep 0.9.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,100 kB
  • ctags: 3,518
  • sloc: ansic: 37,436; sh: 9,756; makefile: 664; yacc: 288; sed: 16
file content (12 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/include \
		 @GTK_CFLAGS@

libdir = $(PACKAGE_PLUGIN_DIR)

lib_LTLIBRARIES = \
	libecho.la

libecho_la_SOURCES = echo.c
libecho_la_LDFLAGS = -avoid-version -module