mirror of
git://git.geda-project.org/gparts
synced 2025-05-08 23:02:54 +08:00

Refactored the company view controller to work with GtkActionGroups. This controller will serve as an example for the other views.
13 lines
150 B
Makefile
13 lines
150 B
Makefile
#
|
|
#
|
|
#
|
|
|
|
xmldir = $(pkgdatadir)/xml/forms
|
|
|
|
xml_DATA = \
|
|
company-add.xml \
|
|
company-delete.xml \
|
|
diode-add.xml \
|
|
footprint-add.xml \
|
|
package-add.xml
|