From 283707c5e5bc436b78ea23bf5500cb6b16a01148 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:27 +0200 Subject: Imported Upstream version 0.9 --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a958235..9bf73e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,10 @@ if HAVE_PLPA -SUBDIRS = plpa-1.1 +SUBDIRS = plpa-1.3.2 endif +ACLOCAL_AMFLAGS=-I m4 + bin_PROGRAMS = htop dist_man_MANS = htop.1 EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png scripts/MakeHeader.py \ @@ -12,7 +14,7 @@ applications_DATA = htop.desktop pixmapdir = $(datadir)/pixmaps pixmap_DATA = htop.png -htop_CFLAGS = -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED +htop_CFLAGS = -pedantic -Wall -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" myhtopsources = AvailableMetersPanel.c CategoriesPanel.c CheckItem.c \ @@ -38,7 +40,7 @@ SUFFIXES = .h BUILT_SOURCES = $(myhtopheaders) htop_SOURCES = $(myhtopheaders) $(myhtopsources) config.h debug.h if HAVE_PLPA -htop_LDADD = $(top_builddir)/plpa-1.1/src/libplpa_included.la +htop_LDADD = $(top_builddir)/plpa-1.3.2/src/libplpa/libplpa_included.la endif profile: -- cgit v1.2.3