~online-accounts/webaccounts-browser-extension/trunk

« back to all changes in this revision

Viewing changes to npapi-plugin/src/Makefile.am

  • Committer: Alberto Mardegan
  • Date: 2012-06-06 07:35:28 UTC
  • mfrom: (8.1.6 cleanups)
  • Revision ID: alberto.mardegan@canonical.com-20120606073528-cay1vlt36zmjarcm
Add unit tests, misc project cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
libwebaccounts_npapi_plugin_la_SOURCES = \
13
13
        login-handler.c \
14
14
        login-handler.h \
 
15
        npapi-headers/headers/npapi.h \
 
16
        npapi-headers/headers/npfunctions.h \
 
17
        npapi-headers/headers/npruntime.h \
 
18
        npapi-headers/headers/nptypes.h \
15
19
        object.c \
16
20
        object.h \
17
21
        plugin.c \