From: Emmanuel Bretelle Date: Sun, 7 Feb 2010 09:49:10 +0000 (+0100) Subject: Fixing renaming in Makefile.am X-Git-Tag: 0.0.1~4 X-Git-Url: https://vcs.maemo.org/git/?p=celltowerinfo;a=commitdiff_plain;h=7ec62d2e6c17acff86bd4b5269c66f4487801b39 Fixing renaming in Makefile.am --- diff --git a/src/Makefile.am b/src/Makefile.am index ac783fa..5e87c62 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,14 @@ -bin_PROGRAMS = cellinfo +bin_PROGRAMS = celltowerinfo -cellinfo_SOURCES = \ +celltowerinfo_SOURCES = \ main.c \ cellinfo-window.h \ cellinfo-window.c -cellinfo_LDADD = \ +celltowerinfo_LDADD = \ $(HILDON_LIBS) \ $(OSSO_LIBS) \ $(LOCATION_LIBS) -cellinfo_CFLAGS = $(HILDON_CFLAGS) $(OSSO_CFLAGS) $(LOCATION_CFLAGS) +celltowerinfo_CFLAGS = $(HILDON_CFLAGS) $(OSSO_CFLAGS) $(LOCATION_CFLAGS)