| 92 | | todo |
| | 92 | AUTOMAKE_OPTIONS = 1.4 foreign |
| | 93 | MAINTAINERCLEANFILES = Makefile.in |
| | 94 | |
| | 95 | INCLUDES = -I$(top_srcdir) @EMTOOTH2_CFLAGS@ |
| | 96 | |
| | 97 | bin_PROGRAMS = emtooth2 |
| | 98 | |
| | 99 | emtooth2_SOURCES = \ |
| | 100 | src/main.vala \ |
| | 101 | src/shared.vala \ |
| | 102 | src/fso.vala \ |
| | 103 | src/bluez_adapter.vala \ |
| | 104 | src/bluez_rdevice.vala \ |
| | 105 | src/bluez_agent.vala \ |
| | 106 | src/gui_main.vala \ |
| | 107 | src/gui_settings.vala \ |
| | 108 | src/gui_rdevice.vala \ |
| | 109 | src/org-bluez.vala |
| | 110 | |
| | 111 | emtooth2_LDADD = @EMTOOTH2_LIBS@ |
| | 112 | emtooth2_CFLAGS = |
| | 113 | VALAFLAGS = @EMTOOTH2_PACKAGES@ @EMTOOTH2_VALAFLAGS@ |
| | 114 | |
| | 115 | desktopdir = $(datadir)/applications |
| | 116 | desktop_DATA = data/emtooth2.desktop |
| | 117 | |
| | 118 | pixmapsdir = $(datadir)/pixmaps |
| | 119 | pixmaps_DATA = data/emtooth2.png |