File: Makefile.am_fragment

package info (click to toggle)
libnotifymm 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,432 kB
  • ctags: 233
  • sloc: sh: 8,913; xml: 525; cpp: 446; makefile: 140; perl: 108
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
local_libnotifymm_lib = $(top_builddir)/libnotify/libnotifymm/libnotifymm-1.0.la

LIBS  = $(local_libnotifymm_lib) $(LIBNOTIFYMM_LIBS)

all_includes = -I$(top_builddir)/libnotify -I$(top_srcdir)/libnotify \
               $(LIBNOTIFYMM_CFLAGS)
                     
DEFS = @DEFS@
DEFAULT_INCLUDES =
INCLUDES = -I. -I$(srcdir) $(strip $(all_includes))