[gromit] added missing libraries to gromit_LDADD



commit d245c72e566605617f1f97165cf5f04a69b55637
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Wed Dec 21 01:32:09 2011 -0500

    added missing libraries to gromit_LDADD

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index df4d16f..03bba0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ cursors = \
 
 gromit_SOURCES = gromit.c $(cursors)
 gromit_CFLAGS = -g $(GTK_CFLAGS)
-gromit_LDADD = $(GTK_LIBS)
+gromit_LDADD = $(GTK_LIBS) -lX11 -lm
 
 EXTRA_DIST = \
 	AUTHORS                 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]