aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/Makefile.am
blob: 0286af7c49132983a08b288342a3c2adc145c39d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

INCLUDES =                  \
    $(GNOME_INCLUDEDIR)

noinst_LIBRARIES =              \
    libecontacteditor.a

libecontacteditor_a_SOURCES =           \
    e-contact-editor.c          \
    e-contact-editor.h

noinst_PROGRAMS =   \
    contact-editor-test

contact_editor_test_SOURCES =   \
    test-editor.c

contact_editor_test_LDADD = \
    $(EXTRA_GNOME_LIBS) \
    libecontacteditor.a