File: Makefile.am

package info (click to toggle)
snoopy 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,988 kB
  • sloc: ansic: 7,167; sh: 4,514; makefile: 1,095
file content (11 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
### Include common Makefile configuration
#
include   $(top_srcdir)/build/Makefile.am.common
SUBDIRS =


### INI file parser
#
if CONFIGFILE_ENABLED
SUBDIRS += inih
endif