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.
 
 
 
 
 

11 lines
209 B

  1. include $(top_srcdir)/lol/build/autotools/common.am
  2. bin_PROGRAMS = roflmao
  3. roflmao_SOURCES = roflmao.cpp
  4. roflmao_CPPFLAGS = $(AM_CPPFLAGS)
  5. roflmao_DEPENDENCIES = @LOL_DEPS@
  6. roflmao_LDFLAGS = $(AM_LDFLAGS)