File: Makefile.am

package info (click to toggle)
log4c 1.2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,872 kB
  • sloc: sh: 11,246; ansic: 8,645; makefile: 682; lex: 134; cpp: 6
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8

AM_CPPFLAGS = -I${top_srcdir}/src

noinst_PROGRAMS = helloworld

helloworld_SOURCES = helloworld.c
helloworld_LDADD = \
	$(top_builddir)/src/log4c/liblog4c.la