;; Copyright (C) 2008, 2009, 2010 Eric M. Ludlam
;; Author: Eric M. Ludlam <eric@siege-engine.com>
-;; X-RCS: $Id: cit-cpp.el,v 1.10 2010-04-18 00:37:06 zappo Exp $
+;; X-RCS: $Id: cit-cpp.el,v 1.11 2010-05-16 13:12:26 zappo Exp $
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
(find-file (cit-file "src/main.cpp"))
(let ((mt ede-object))
(if (string= make-type "Automake")
- (oset mt :ldlibs '("../lib/libtestlib.la"))
+ (progn
+ (oset mt :ldflags '("-L../lib"))
+ (oset mt :ldlibs '("testlib")))
;; FIX THIS
(oset mt :ldflags '("../lib/bar.o"));;HACK for libtool!
))