Changeset 2976
- Timestamp:
- Jan 29, 2013, 2:11:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/yat_pc_test.sh
r2950 r2976 2 2 # $Id$ 3 3 # 4 # 2013 Peter Johansson4 # Copyright (C) 2013 Peter Johansson 5 5 # 6 6 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 58 58 CXXFLAGS = `pkg-config yat --cflags-only-other` 59 59 # add -L to link to local libyat 60 LDFLAGS = -L$abs_top_builddir/ lib/.libs `pkg-config yat --libs`60 LDFLAGS = -L$abs_top_builddir/yat/.libs `pkg-config yat --libs --static` 61 61 all: prog 62 62 EOF
Note: See TracChangeset
for help on using the changeset viewer.