File: Makefile.am

package info (click to toggle)
nautilus 2.8.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 36,916 kB
  • ctags: 9,355
  • sloc: ansic: 95,885; sh: 7,924; xml: 1,238; makefile: 1,096
file content (10 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
NULL=

noinst_LTLIBRARIES = libgsequence.la

INCLUDES = $(GSEQUENCE_CFLAGS)

libgsequence_la_SOURCES = \
	gsequence.c \
	gsequence.h \
	$(NULL)