You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 regels
279 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. AM_CPPFLAGS = -I$(top_srcdir)/src
  3. noinst_PROGRAMS = sample
  4. sample_SOURCES = sample.cpp
  5. sample_CPPFLAGS = @LOL_CFLAGS@
  6. sample_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@
  7. sample_DEPENDENCIES = $(top_builddir)/src/liblol.a