File: Makefile.am

package info (click to toggle)
bluez-gnome 0.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 984 kB
  • ctags: 545
  • sloc: ansic: 4,479; sh: 816; makefile: 84; xml: 24
file content (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

if !COMPAT
noinst_PROGRAMS = bluetooth-wizard

bluetooth_wizard_SOURCES = main.c

bluetooth_wizard_LDADD = @GTK_LIBS@ @DBUS_LIBS@ $(top_builddir)/common/libcommon.a
endif

AM_CFLAGS = @DBUS_CFLAGS@ @GTK_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in