Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop-move-geodata-folder' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
David P. Chassin committed Mar 8, 2022
2 parents 2667071 + 9297a31 commit 79cc067
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ include $(top_srcdir)/tools/Makefile.mk
include $(top_srcdir)/cloud/Makefile.mk
include $(top_srcdir)/utilities/Makefile.mk
include $(top_srcdir)/python/Makefile.mk
include $(top_srcdir)/geodata/Makefile.mk

# approved modules
include $(top_srcdir)/modules.mk
Expand Down
11 changes: 11 additions & 0 deletions geodata/Makefile.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# geodata/Makefile.mk
dist_pkgdata_DATA += geodata/geodata_address.py
dist_pkgdata_DATA += geodata/geodata_census.py
dist_pkgdata_DATA += geodata/geodata_distance.py
dist_pkgdata_DATA += geodata/geodata_elevation.py
dist_pkgdata_DATA += geodata/geodata_powerline.py
dist_pkgdata_DATA += geodata/geodata_powerline_cabletypes.csv
# dist_pkgdata_DATA += geodata/geodata_transportation.py
dist_pkgdata_DATA += geodata/geodata_utility.py
dist_pkgdata_DATA += geodata/geodata_vegetation.py
dist_pkgdata_DATA += geodata/geodata_weather.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion gldcore/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include gldcore/link/matlab/Makefile.mk
include gldcore/rt/Makefile.mk
include gldcore/solvers/Makefile.mk
include gldcore/scripts/Makefile.mk
include gldcore/geodata/Makefile.mk

dist_pkgdata_DATA += gldcore/tzinfo.txt
dist_pkgdata_DATA += gldcore/unitfile.txt
Expand Down
10 changes: 0 additions & 10 deletions gldcore/geodata/Makefile.mk

This file was deleted.

1 change: 0 additions & 1 deletion gldcore/geodata/geodata.conf

This file was deleted.

0 comments on commit 79cc067

Please sign in to comment.