Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ## Process this file with automake to produce Makefile.in
  2. emerald_LDADD = @EMERALD_LIBS@ $(top_builddir)/libengine/libemeraldengine.la $
  3. emerald_SOURCES = main.c \
  4. engine_loader.c
  5. emerald_program = emerald
  6.  
  7. INCLUDES = @EMERALD_CFLAGS@ -I$(top_srcdir)/include \
  8. -DLOCALEDIR="\"@datadir@/locale"\"\
  9. -DENGINE_DIR=\"$(enginesdir)\"
  10.  
  11. bin_PROGRAMS = $(emerald_program)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement