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

« back to all changes in this revision

Viewing changes to Makefile.am

Add configure args to build firefox or chromium extensions optionally

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = npapi-plugin chromium-extension firefox-extension po
 
1
SUBDIRS = npapi-plugin po
 
2
 
 
3
if WITH_FIREFOX
 
4
SUBDIRS += firefox-extension
 
5
endif
 
6
 
 
7
if WITH_CHROMIUM
 
8
SUBDIRS += chromium-extension
 
9
endif
2
10
 
3
11
ACLOCAL_AMFLAGS = -I m4
4
12