~directhex/libubuntuone/mono_packaging

« back to all changes in this revision

Viewing changes to libubuntuone/Makefile.am

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2010-01-26 23:23:55 UTC
  • mfrom: (19.1.1 separate-js-files)
  • Revision ID: rodrigo@megeve-20100126232355-qgyjy6w7yiqzmwuc
Move JS code out of the C source code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                      \
2
 
        $(LIBUBUNTUONE_CFLAGS)
 
1
INCLUDES =                                              \
 
2
        $(LIBUBUNTUONE_CFLAGS)                          \
 
3
        -DU1_JAVASCRIPT_DIR=\"$(U1_JAVASCRIPT_DIR)\"
3
4
 
4
5
lib_LTLIBRARIES = libubuntuone-1.0.la
5
6