X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2FMakefile.am;h=fb3d4f6a69df51d6a1c4f3c504dc572f99dfef08;hp=e31c39463e4f30824660944c681d4b91b0fbdd7c;hb=d3e8e448d17cc3f3f0687d194f9a377d7da97aec;hpb=f6585ff1b5abc38ba4fd107311967963fbd0fe98 diff --git a/src/Makefile.am b/src/Makefile.am index e31c394..fb3d4f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,18 +12,16 @@ aweather_SOURCES = main.c \ aweather-gui.c aweather-gui.h \ aweather-location.c aweather-location.h aweather_CPPFLAGS = \ - -DHTMLDIR="\"$(dots)$(htmldir)\"" \ - -DICONDIR="\"$(dots)$(datadir)/icons\"" \ - -DPKGDATADIR="\"$(dots)$(pkgdatadir)\"" \ - -DPLUGINSDIR="\"$(dots)$(pkglibdir)\"" + -DHTMLDIR="\"$(DOTS)$(htmldir)\"" \ + -DICONDIR="\"$(DOTS)$(datadir)/icons\"" \ + -DPKGDATADIR="\"$(DOTS)$(pkgdatadir)\"" \ + -DPLUGINSDIR="\"$(DOTS)$(pkglibdir)\"" aweather_LDADD = $(GRITS_LIBS) wsr88ddec = wsr88ddec.c wsr88ddec_LDADD = $(GLIB_LIBS) -lbz2 if SYS_WIN -dots = .. - wsr88ddec_LDFLAGS = -mwindows aweather_SOURCES += resource.rc